home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Rinaldi / HC 2.0 Only / GlobalList 1.1.cpt / GlobalList 1.1 / card_3055.txt < prev    next >
Text File  |  1991-02-25  |  2KB  |  83 lines

  1. -- card: 3055 from stack: in.1
  2. -- bmap block id: 3273
  3. -- flags: 0000
  4. -- background id: 2661
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=69 top=68 right=252 bottom=434
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: Text
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=174 top=281 right=311 bottom=343
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: GlobalList
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   answer "List all :" with "TRUE" or "FALSE"
  37.   answer GlobalList(it)
  38. end mouseUp
  39.  
  40.  
  41. -- part contents for card part 1
  42. ----- text -----
  43.  
  44.  
  45.                                                GlobalList 1.1
  46.  
  47.                                           by Fr√©d√©ric RINALDI
  48.  
  49.  
  50. DESCRIPTION
  51. ------------
  52.   GlobalList returns the list of available global variables.
  53.  
  54. SYNTAX
  55. --------
  56.                                           GlobalList([<ListAll>])
  57.  
  58. PARAMETERS
  59. ------------
  60.    <ListAll> is a boolean, making the returned list contain all global variables available (TRUE), or only those not handled by HyperCard or the Home stack (FALSE). Default is FALSE.
  61.  
  62.    Using "!" and "?" as parameter will return an online help (resp. copyright and syntax).
  63.  
  64. USING
  65. -----
  66.    The XFCN return an itels delimited list of variable names.
  67.  
  68. If an error occurs, GlobalList can return :
  69.      "Error : Out of Memory"
  70.      "Error : Parameter must be true or false"
  71.  
  72. VERSIONS
  73. ---------
  74. 1.1 :
  75. ‚Ä¢ Fixed returned value when no globals are defined
  76.  
  77. --------------------------------------------------------------------
  78. This (these) external(s) is (are) FreeWare,allowing unlimited use in any non-commercial stack. You just need in this case to mention the author's name and copyright in your stack.
  79. Any commercial use must be licensed and aknowledged by the author.
  80.  
  81.                              ¬© F. Rinaldi - 1989,1990,1991
  82.  
  83. AppleLink: RINALDI1        CalvaCom : FR10        Compuserve : 71170,2111